@charset "utf-8";

* {

	padding: 0;

	margin: 0;

	font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

}

body {

	font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

	color: #333;

	margin: 0;

}



::selection {



    background-color: #d9261c;



color:#fff;



}







::-moz-selection {



    background-color: #d9261c;



color:#fff;



}







::-webkit-selection {



    background-color: #d9261c;



color:#fff;



}





:focus {

	outline: 1;

}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {

	display: block;

}

a {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

ins {

	background-color: #ff9;

	color: #000;

	text-decoration: none;

}

mark {

	background-color: #ff9;

	color: #000;

	font-style: italic;

	font-weight: bold;

}

del {

	text-decoration: line-through;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

hr {

	display: block;

	height: 1px;

	border: 0;

	border-top: 1px solid #cccccc;

	margin: 1em 0;

	padding: 0;

}

input, select {

	vertical-align: middle;

}

li, ul {

	list-style-type: none;

}

img {

	border: none;

}

a {

	color: #333;

	text-decoration: none;

	-webkit-transition: all .3s ease-out;

	transition: all .3s ease-out;

}

a:link, a:hover, a:active, a:visited {

	text-decoration: none;

}

a:hover {

	color: #d9261c;

}

input, textarea {

	outline: 0;

	border: 0;

}

textarea {

	resize: none;

}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {

	font-weight: normal;

	font-style: normal;

}

img {

	border: 0;

	margin: 0;

	padding: 0;

}

ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {

	list-style: none;

	margin: 0;

	padding: 0;

	font-weight: normal;

}

input, textarea {

	outline: none;

	list-style: none;

}/*去掉输入框得到焦点时边框会出现阴影效果----例如360

/*公共样式*/

.clear {

	clear: both;

	margin: 20px 0;

}

.left {

	float: left;

}

.right {

	float: right;

}

.wrap {

	width: 1180px;

	margin: 0 auto;

}

.fixedNav {

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	z-index: 100000;

	_position: absolute;

 _top: expression(eval(document.documentElement.scrollTop));

	background: #fff;

}

/*头部样式*/

.header_top {

	height: 30px;

	line-height: 30px;

	color: #333;

	background: #eee;

}

.header_top div>div a {

	margin: 0 5px;

	color: #333;

}

.header_top div>div a i {

	display: inline-block;

	width: 12px;

	height: 12px;

	overflow: hidden;

	margin-right: 5px;

}

.top_icon a {

	display: inline-block;

	margin: 0 10px;

}

.icon1 {

	background: url(../images/top_icon.png) no-repeat left 1px;

}

.icon2 {

	background: url(../images/top_icon.png) no-repeat left -11px;

}

.icon3 {

	background: url(../images/top_icon.png) no-repeat left -24px;

}

.icon4 {

	background: url(../images/top_icon.png) no-repeat left -36px;

}

/*logo部分*/

.header {

	overflow: hidden;

}

.header div>h1 {

	display: inline-block;

	text-transform: uppercase;

	padding-right: 25px;

	padding-bottom: 10px;

}

.header div>h1 a {

	display: inline-block;

	padding-top: 10px;

	font-size: 36px;

	font-weight: bold;

	color: #00632f;

}

.header div>h1 b {

	color: #00632f;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	text-transform: uppercase;

}

.header div>h1 span {

	font-size: 26px;

}

.header div>div.comn {

	float: left;

	border-right: 1px solid #a9a9a9;

	padding: 18px 20px 20px 10px;

	margin-right: 20px;

}

.header div>div.comn a {

	font-size: 30px;

	font-weight: bold;

	color: #009ae9;

}

.header div>div.comn b {

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

	color: #9a9a9a;

	text-transform: uppercase;

}

.header div>div.comn_txt {

	padding: 42px 0 18px 0;

	line-height: 24px;

	text-align: center;

	font-size: 15px;

	font-weight: bold;

}

.header div>div.comn_txt strong {

	font-size: 16px;

	color: #ffba00;

}

.header div>div.comn_txt span {

	font-weight: bold;

	font-size: 20px;

}

.header div>div.comn_txt div {

	font-size: 16px;

	color: #d7000a;

}

.header div>div.comn_txt div b {

	font-weight: bold;

	color: #aa110b;

}

.logoname {

	margin-top: 15px;

}

.tell {

	margin-top: 38px;

	background: url(../images/tell.jpg) no-repeat left center;

	padding-left: 64px;

	height: 80px;

}

.tell span {

	font-size: 16px;

	color: #5b5b5b;

	font-weight: bold;

	display: inline-block;

	padding-top: 15px;

	padding-left: 10px;

}

.tell strong {

	font-size: 24px;

	font-family: Arial, Helvetica, sans-serif;

	display: inline-block;

	color: #d9261c;

	margin-left: 10px;

}

/*导航样式*/

.nav {

	height: 50px;

	line-height: 50px;

	background: #d9261c;

}

.nav li:first-child {
	background: #000;

}

.nav li img {

	margin-right: 8px;

}

.nav li {

	text-align: center;

	float: left;

	font-size: 16px;

	text-align: center;

	background: url(../images/nav_line.jpg) no-repeat left center;

	position: relative;

	padding: 0 31px;

}

.nav li a {

	color: #fff;

}

.nav li div {

	position: absolute;

	left: 0;

	top: 50px;

	width: 100%;

	height: auto;

	z-index: 999;

	background: #d9261c;

	display: none;

}

.nav li div span {

	display: block;

	height: 36px;

	text-align: center;

	line-height: 36px;

	border-bottom: 1px dashed #fff;

}

.nav li:hover, .nav li.another {

	background: #000;

}

/*底部导航*/



.foot {

	height: 383px;

	overflow: hidden;

	background: url(../images/foot.jpg) no-repeat center top;

	color: #fff;

}

.foot a {

	color: #fff;

}

.ewm_txt {

	width: 305px;

	padding: 120px 0 0 86px;

}

.db_title {

	overflow: hidden;

}

.db_title ul {

	padding-top: 40px;

	padding-right: 20px;

}

.db_title li {

	float: left;

	margin-left: 12px;

}

.foot h2 {

	display: inline-block;

	font-size: 14px;

}

.foot_l {

	padding: 0 30px 0 132px;

	border-right: 1px solid #b5b5b5;

}

.foot_r {

	width: 590px;

	overflow: hidden;

	margin-top: 108px;

	line-height: 30px;

font-size:13px;

}

.foot_r p.p1 {

	font-size: 15px;

}
.foot_r p.p1 a{ margin:0 5px;}
.db_nav {

	width: 158px;

	padding-top: 105px;

}

.db_nav li {

	text-align: center;

	height: 34px;

	font-size: 15px;

}

.db_nav li a {

	color: #fff;

	display: inline-block;

}

.clear_h2 {

	font-size: 14px;

	display: inline-block;

}

